/* 头部 */
.header {
    height: 60px;
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header.mini {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
}

.head {
    height: 100%;
}

.hd-logo {
    width: 140px;
    margin-top: 11px;
    background-image: none;
}

/* 导航 */
.nav {
    height: 100%;
}

.nav ul li {
    height: 60px;
    float: left;
    position: relative;
}

.nav ul li > a {
    display: block;
    height: 40px;
    line-height: 40px;
    position: relative;
    top: 10px;
    padding: 0 30px;
    font-size: 16px;
    overflow: hidden;
}

.nav ul li > a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
}

.nav ul li > a span:before {
    content: attr(data-title);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
}

.nav ul li:hover > a span {
    color: #32b16c;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.nav .nav-down {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    border-top: 2px solid #32b16c;
    background: #fff;
    z-index: 9;
    display: none;
}

.nav .nav-down-lg {
    width: 210px;
}

.nav .nav-down dd {
    height: 46px;
    line-height: 46px;
}

.nav .nav-down dd > a {
    display: block;
    text-indent: 26px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.nav .nav-down dd > a:hover {
    background: #4ada8f;
    color: #fff;
}

/* banner */
.banner {
    width: 100%;
    min-width: 1000px;
    height: 500px;
    position: relative;
    margin-top: 61px;
}

.banner .slider_wrapper {
    width: 100%;
    height: 500px;
    position: relative;
}

.banner .slider_wrapper .really {
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.banner .slider_wrapper .animate_box {
    margin: 0 auto;
    width: 1000px;
    height: 500px;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.banner .slider_wrapper .animate_box > div {
    width: 240px;
    height: 166.66px;
    position: absolute;
    -webkit-transition: none;
    transition: none;
}

.banner .slider_wrapper .animate_box.move > div {
    transform-style: preserve-3d;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.banner .animate_box.move > div:nth-child(1) {
    transform: rotate(-120deg) rotateX(180deg) rotateY(-90deg) scale(1.5);
    margin-left: -400px;
    margin-top: -200px;
}

.banner .animate_box.move > div:nth-child(2) {
    transform: rotate(60deg) rotateX(-180deg) rotateY(220deg) scale(1.5);
    margin-left: -300px;
    margin-top: -200px;
}

.banner .animate_box.move > div:nth-child(3) {
    transform: rotate(-180deg) rotateX(90deg) rotateY(-270deg) scale(1.5);
    margin-left: -200px;
    margin-top: -200px;
}

.banner .animate_box.move > div:nth-child(4) {
    transform: rotate(80deg) rotateX(-220deg) rotateY(-110deg) scale(1.5);
    margin-left: -100px;
    margin-top: -200px;
}

.banner .animate_box.move > div:nth-child(5) {
    transform: rotate(220deg) rotateX(60deg) rotateY(-360deg) scale(1.5);
    margin-left: 100px;
    margin-top: -200px;
}

.banner .animate_box.move > div:nth-child(6) {
    transform: rotate(120deg) rotateX(-120deg) rotateY(120deg) scale(1.5);
    margin-left: 200px;
    margin-top: -200px;
}

.banner .animate_box.move > div:nth-child(7) {
    transform: rotate(-360deg) rotateX(80deg) rotateY(220deg) scale(1.5);
    margin-left: 300px;
    margin-top: -200px;
}

.banner .animate_box.move > div:nth-child(8) {
    transform: rotate(60deg) rotateX(150deg) rotateY(-160deg) scale(1.5);
    margin-left: 400px;
    margin-top: -200px;
}

.banner .animate_box.move > div:nth-child(9) {
    transform: rotate(30deg) rotateX(180deg) rotateY(90deg) scale(1.5);
    margin-left: -400px;
}

.banner .animate_box.move > div:nth-child(10) {
    transform: rotate(-40deg) rotateX(90deg) rotateY(180deg) scale(1.5);
    margin-left: -300px;
}

.banner .animate_box.move > div:nth-child(11) {
    transform: rotate(60deg) rotateX(-180deg) rotateY(180deg) scale(1.5);
    margin-left: -200px;
}

.banner .animate_box.move > div:nth-child(12) {
    transform: rotate(-80deg) rotateX(-360deg) rotateY(60deg) scale(1.5);
    margin-left: -100px;
}

.banner .animate_box.move > div:nth-child(13) {
    transform: rotate(120deg) rotateX(60deg) rotateY(-360deg) scale(1.5);
    margin-left: 100px;
}

.banner .animate_box.move > div:nth-child(14) {
    transform: rotate(-20deg) rotateX(80deg) rotateY(-180deg) scale(1.5);
    margin-left: 200px;
}

.banner .animate_box.move > div:nth-child(15) {
    transform: rotate(-70deg) rotateX(-180deg) rotateY(90deg) scale(1.5);
    margin-left: 300px;
}

.banner .animate_box.move > div:nth-child(16) {
    transform: rotate(110deg) rotateX(180deg) rotateY(20deg) scale(1.5);
    margin-left: 400px;
}

.banner .animate_box.move > div:nth-child(17) {
    transform: rotate(-80deg) rotateX(-30deg) rotateY(70deg) scale(1.5);
    margin-left: -400px;
    margin-top: 200px;
}

.banner .animate_box.move > div:nth-child(18) {
    transform: rotate(-110deg) rotateX(-60deg) rotateY(-30deg) scale(1.5);
    margin-left: -300px;
    margin-top: 200px;
}

.banner .animate_box.move > div:nth-child(19) {
    transform: rotate(60deg) rotateX(120deg) rotateY(80deg) scale(1.5);
    margin-left: -200px;
    margin-top: 200px;
}

.banner .animate_box.move > div:nth-child(20) {
    transform: rotate(-20deg) rotateX(30deg) rotateY(-360deg) scale(1.5);
    margin-left: -100px;
    margin-top: 200px;
}

.banner .animate_box.move > div:nth-child(21) {
    transform: rotate(130deg) rotateX(-110deg) rotateY(320deg) scale(1.5);
    margin-left: 100px;
    margin-top: 200px;
}

.banner .animate_box.move > div:nth-child(22) {
    transform: rotate(-160deg) rotateX(240deg) rotateY(120deg) scale(1.5);
    margin-left: 200px;
    margin-top: 200px;
}

.banner .animate_box.move > div:nth-child(23) {
    transform: rotate(90deg) rotateX(20deg) rotateY(70deg) scale(1.5);
    margin-left: 300px;
    margin-top: 200px;
}

.banner .animate_box.move > div:nth-child(24) {
    transform: rotate(-160deg) rotateX(80deg) rotateY(-80deg) scale(1.5);
    margin-left: 400px;
    margin-top: 200px;
}

.banner .dot_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    height: 14px;
    text-align: center;
}

.banner .dot_wrapper span {
    display: inline-block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin: 0 4px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.banner .dot_wrapper span.selected {
    background: #fff;
}

/* 我们在做什么 */
.wedo {
    padding-top: 60px;
}

.colum-title {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
}

.colum-title i {
    color: #32b16c;
}

.wedo-box {
    height: 400px;
    padding-top: 30px;
}

.wedo-left {
    width: 700px;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.wedo-left ul {
    width: 10000px;
    height: 440px;
    position: absolute;
    left: 0;
    top: 0;
}
.wedo-left ul li {
    width: 700px;
    height: 440px;
    float: left;
}

.wedo-left h4 {
    font-size: 30px;
    line-height: 80px;
}

.wedo-left p {
    font-size: 20px;
    text-indent: 2em;
    line-height: 40px;
    padding-top: 20px;
}

.more-btn {
    display: inline-block;
    width: 150px;
    height: 45px;
    border-radius: 3px;
    background: #39bc79;
    color: #fff;
    font-size: 24px;
    font-family: Helvetica;
    text-align: center;
    line-height: 44px;
    box-shadow: 2px 2px 10px #515151;
}

@-webkit-keyframes pudding {
    0% {
        -webkit-transform: scale(1.2, 0.8);
    }
    1% {
        -webkit-transform: scale(1.18, 0.82);
    }
    2% {
        -webkit-transform: scale(1.16, 0.84);
    }
    3% {
        -webkit-transform: scale(1.13, 0.87);
    }
    4% {
        -webkit-transform: scale(1.1, 0.9);
    }
    5% {
        -webkit-transform: scale(1.07, 0.93);
    }
    6% {
        -webkit-transform: scale(1.04, 0.96);
    }
    7% {
        -webkit-transform: scale(1.01, 0.99);
    }
    8% {
        -webkit-transform: scale(0.99, 1.01);
    }
    9% {
        -webkit-transform: scale(0.97, 1.03);
    }
    10% {
        -webkit-transform: scale(0.95, 1.05);
    }
    11% {
        -webkit-transform: scale(0.94, 1.06);
    }
    12% {
        -webkit-transform: scale(0.93, 1.07);
    }
    13% {
        -webkit-transform: scale(0.93, 1.07);
    }
    14% {
        -webkit-transform: scale(0.93, 1.07);
    }
    15% {
        -webkit-transform: scale(0.93, 1.07);
    }
    16% {
        -webkit-transform: scale(0.94, 1.06);
    }
    17% {
        -webkit-transform: scale(0.94, 1.06);
    }
    18% {
        -webkit-transform: scale(0.95, 1.05);
    }
    19% {
        -webkit-transform: scale(0.96, 1.04);
    }
    20% {
        -webkit-transform: scale(0.98, 1.02);
    }
    21% {
        -webkit-transform: scale(0.99, 1.01);
    }
    22% {
        -webkit-transform: scale(1, 1);
    }
    23% {
        -webkit-transform: scale(1, 1);
    }
    24% {
        -webkit-transform: scale(1.01, 0.99);
    }
    25% {
        -webkit-transform: scale(1.02, 0.98);
    }
    26% {
        -webkit-transform: scale(1.02, 0.98);
    }
    27% {
        -webkit-transform: scale(1.02, 0.98);
    }
    28% {
        -webkit-transform: scale(1.03, 0.97);
    }
    29% {
        -webkit-transform: scale(1.03, 0.97);
    }
    30% {
        -webkit-transform: scale(1.02, 0.98);
    }
    31% {
        -webkit-transform: scale(1.02, 0.98);
    }
    32% {
        -webkit-transform: scale(1.02, 0.98);
    }
    33% {
        -webkit-transform: scale(1.02, 0.98);
    }
    34% {
        -webkit-transform: scale(1.01, 0.99);
    }
    35% {
        -webkit-transform: scale(1.01, 0.99);
    }
    36% {
        -webkit-transform: scale(1.01, 0.99);
    }
    37% {
        -webkit-transform: scale(1, 1);
    }
    38% {
        -webkit-transform: scale(1, 1);
    }
    39% {
        -webkit-transform: scale(1, 1);
    }
    40% {
        -webkit-transform: scale(0.99, 1.01);
    }
    50% {
        -webkit-transform: scale(1, 1);
    }
}
@keyframes pudding {
    0% {
        transform: scale(1.2, 0.8);
    }
    1% {
        transform: scale(1.18, 0.82);
    }
    2% {
        transform: scale(1.16, 0.84);
    }
    3% {
        transform: scale(1.13, 0.87);
    }
    4% {
        transform: scale(1.1, 0.9);
    }
    5% {
        transform: scale(1.07, 0.93);
    }
    6% {
        transform: scale(1.04, 0.96);
    }
    7% {
        transform: scale(1.01, 0.99);
    }
    8% {
        transform: scale(0.99, 1.01);
    }
    9% {
        transform: scale(0.97, 1.03);
    }
    10% {
        transform: scale(0.95, 1.05);
    }
    11% {
        transform: scale(0.94, 1.06);
    }
    12% {
        transform: scale(0.93, 1.07);
    }
    13% {
        transform: scale(0.93, 1.07);
    }
    14% {
        transform: scale(0.93, 1.07);
    }
    15% {
        transform: scale(0.93, 1.07);
    }
    16% {
        transform: scale(0.94, 1.06);
    }
    17% {
        transform: scale(0.94, 1.06);
    }
    18% {
        transform: scale(0.95, 1.05);
    }
    19% {
        transform: scale(0.96, 1.04);
    }
    20% {
        transform: scale(0.98, 1.02);
    }
    21% {
        transform: scale(0.99, 1.01);
    }
    22% {
        transform: scale(1, 1);
    }
    23% {
        transform: scale(1, 1);
    }
    24% {
        transform: scale(1.01, 0.99);
    }
    25% {
        transform: scale(1.02, 0.98);
    }
    26% {
        transform: scale(1.02, 0.98);
    }
    27% {
        transform: scale(1.02, 0.98);
    }
    28% {
        transform: scale(1.03, 0.97);
    }
    29% {
        transform: scale(1.03, 0.97);
    }
    30% {
        transform: scale(1.02, 0.98);
    }
    31% {
        transform: scale(1.02, 0.98);
    }
    32% {
        transform: scale(1.02, 0.98);
    }
    33% {
        transform: scale(1.02, 0.98);
    }
    34% {
        transform: scale(1.01, 0.99);
    }
    35% {
        transform: scale(1.01, 0.99);
    }
    36% {
        transform: scale(1.01, 0.99);
    }
    37% {
        transform: scale(1, 1);
    }
    38% {
        transform: scale(1, 1);
    }
    39% {
        transform: scale(1, 1);
    }
    40% {
        transform: scale(0.99, 1.01);
    }
    50% {
        transform: scale(1, 1);
    }
}

.more-btn .lnr {
    position: relative;
    top: 3px;
}

.more-btn:hover {
    color: #fff;
    -webkit-animation: pudding 1s linear;
    animation: pudding 1s linear;
}

.wedo-more {
    margin: 30px 10px 0 0;
}


.wedo-right {
    width: 500px;
    margin-top: 20px;
}
.wedo-right li {
    width: 400px;
    height: 105px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px 2px #adadad;
    margin: 0 auto -20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.wedo-right li:nth-child(1){
    z-index: 4;
    -webkit-transform: scale(.95);
    transform: scale(.95);
}
.wedo-right li:nth-child(2){
    z-index: 3;
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.wedo-right li:nth-child(3){
    z-index: 2;
    -webkit-transform: scale(.85);
    transform: scale(.85);
}
.wedo-right li:nth-child(4){
    z-index: 1;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}
.wedo-right li img {
    width: 100%;
    border-radius: 8px;
}

.wedo-right li:hover,
.wedo-right li.selected {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 5;
}

/* 优秀学员 */
.xueyuan {
    padding-top: 60px;
}

.xueyuan-list {
    height: 180px;
}
.xueyuan-list ul li {
    cursor: default;
    padding: 5px 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.xueyuan-list ul li h2,
.xueyuan-list ul li h5 {
    font-size: 46px;
    line-height: 50px;
    padding-top: 40px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 1);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.xueyuan-list ul li h5 {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 0;
}
.xueyuan-list ul li a {
    color: #7c7c7c;
}
.xueyuan-list ul li:hover {
    margin-top: -15px;
}
.xueyuan-list ul li:hover h2,
.xueyuan-list ul li:hover h5 {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 8px rgba(0, 0, 0, .5);
}
.xueyuan-list ul li:hover a {
    color: #32b16c;
}

/* 我们的优势 */
.youshi {
    padding-top: 60px;
}
.youshi-box {
    width: 692px;
    height: 700px;
    margin: 70px auto 0;
    background: url(../images/ys-bg.png) 50% 0 no-repeat;
    position: relative;
}

.youshi-box h5 {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #acacac;
    cursor: pointer;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.youshi-box h5:before {
    content: attr(data-title);
    display: inline-block;
    width: 150px;
    position: absolute;
    right: 45px;
    line-height: 40px;
    text-align: right;
    font-size: 16px;
}
.youshi-box h5:hover {
    color: #18a95a;
    background: #32b16c;
    -webkit-animation: pudding 1s linear;
    animation: pudding 1s linear;
}


.youshi-box h5:nth-child(1) {
    left: -4px;
    top: 420px;
}

.youshi-box h5:nth-child(2) {
     left: -10px;
     top: 240px;
 }

.youshi-box h5:nth-child(3) {
    left: 80px;
    top: 80px;
}

.youshi-box h5:nth-child(4) {
    left: 320px;
    top: -20px;
}
.youshi-box h5:nth-child(4):before {
    text-align: center;
    right: -55px;
    top: -35px;
}

.youshi-box h5:nth-child(5) {
    left: 570px;
    top: 80px;
}
.youshi-box h5:nth-child(5):before {
    left: 45px;
    text-align: left;
}

.youshi-box h5:nth-child(6) {
    left: 660px;
    top: 240px;
}
.youshi-box h5:nth-child(6):before {
    left: 45px;
    text-align: left;
}

.youshi-box h5:nth-child(7) {
    left: 655px;
    top: 420px;
}
.youshi-box h5:nth-child(7):before {
    left: 45px;
    text-align: left;
}

/* 讲师团队 */
.teacher {
    margin-top: -80px;
}
.teacher-box {
    height: 700px;
}
.teacher-left {
    width: 550px;
    height: 680px;
    background: url(../images/logo.png) 40px 240px no-repeat;
    position: relative;
}
.teacher-left li {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 15px 2px #bbb;
    cursor: pointer;
}
.teacher-left li img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.teacher-left li h5 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.teacher-left li:hover h5,
.teacher-left li.selected h5 {
    opacity: 1;
}
.teacher-left li:hover img,
.teacher-left li.selected img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.teacher-left em {
    display: inline-block;
    position: absolute;
}
.teacher-left em:nth-of-type(1) {
    width: 400px;
    height: 0px;
    border-top: 1px solid #808080;
    left: 0;
    top: 90px;
    -webkit-transform: rotate(18deg);
    -webkit-transform-origin: 0 0;
    transform: rotate(18deg);
    transform-origin: 0 0;
}
.teacher-left em:nth-of-type(2) {
    width: 0px;
    height: 650px;
    border-left: 1px solid #808080;
    left: 480px;
    top: 150px;
    -webkit-transform: rotate(36deg);
    -webkit-transform-origin: 0 0;
    transform: rotate(36deg);
    transform-origin: 0 0;
}
.teacher-left li:nth-of-type(1) {
    left: 40px;
    top: 60px;
    width: 130px;
    height: 130px;
}
.teacher-left li:nth-of-type(1) h5 {
    line-height: 130px;
    font-size: 20px;
}
.teacher-left li:nth-of-type(2) {
    left: 320px;
    top: 130px;
    width: 210px;
    height: 210px;
}
.teacher-left li:nth-of-type(2) h5 {
    line-height: 210px;
    font-size: 26px;
}
.teacher-left li:nth-of-type(3) {
    left: 100px;
    top: 380px;
    width: 250px;
    height: 250px;
}
.teacher-left li:nth-of-type(3) h5 {
    line-height: 250px;
    font-size: 30px;
}

.teacher-right {
    width: 600px;
    padding-right: 20px;
    margin-top: 100px;
    position: relative;
}
.teacher-right ul li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: none;
}
.teacher-right ul li h3 {
    font-size: 32px;
    line-height: 50px;
}
.teacher-right ul li p {
    padding-top: 40px;
    line-height: 50px;
    font-size: 22px;
    text-indent: 2em;
}

/* 吉林高校 */
.school {
    height: 880px;
    background: url(../images/school-bg.jpg) 50% 0 no-repeat;
}
.school-title {
    color: #fff;
    padding: 40px 0 20px;
    position: relative;
}
.school-title:before,
.school-title:after {
    content: '';
    display: inline-block;
    width: 115px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -370px;
    top: 60px;
    background: #fff;
}
.school-title:after {
    margin-left: 240px;
}
.school-smtit {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.school-list {
    padding-top: 40px;
}
.school-list ul li {
    width: 25%;
    height: 62px;
    line-height: 62px;
    font-size: 18px;
    float: left;
}
.school-list ul li a {
    display: inline-block;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.school-list ul li a:hover {
    text-shadow: 0 0 10px #fff;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
.school-more {
    display: block;
    margin: 30px auto 0;
}

/* 新闻中心 */
.news {
    padding-top: 60px;
}
.news-list {

}
.news-list ul {
    width: 1210px;
    padding-top: 50px;
    height: 400px;
}
.news-list ul li {
    width: 360px;
    height: 360px;
    padding: 10px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 20px;
    background: #fff;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.news-list ul li:hover {
    border: 1px white solid;
    margin-top: -20px;
    box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.20);
}
.news-list ul li a {
    display: block;
    height: 100%;
}
.news-list ul li a em {
    height: 190px;
}
.news-list ul li a h4 {
    line-height: 40px;
    font-size: 16px;
    padding: 0 10px;
}
.news-list ul li a p {
    color: rgba(141, 141, 141, 0.86);
    line-height: 24px;
    padding: 0 10px;
}
.news-list ul li a span {
    display: inline-block;
    width: 125px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    background: #428FEF;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.77);;
    margin: 15px 10px 0;
}
.news-more {
    margin: 30px auto 0;
    display: block;
}


/* 联系地址 */
.lx-box {
    height: 200px;
    padding-top: 60px;
}
.lx-box li {}
.lx-box li i {
    display: block;
    margin: 0 auto;
}
.lx-box li i.icon-tel {
    width: 78px;
    height: 80px;
    background: url(../images/icon-tel.png) 50% 0 no-repeat;
}
.lx-box li i.icon-addr {
    width: 76px;
    height: 80px;
    background: url(../images/icon-addr.png) 50% 0 no-repeat;
}
.lx-box li i.icon-email {
    width: 100px;
    height: 80px;
    background: url(../images/icon-email.png) 50% 0 no-repeat;
}
.lx-box li h5 {
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    padding-top: 20px;
}

/* 底部 */
.footer {
    height: 330px;
    background: #3f3f3f;
}
.foot {
    height: 100%;
    position: relative;
}
.ft-logo {
    position: absolute;
    left: 0;
    top: 45px;
}
.ft-logo img {
	width: 150px;
}
.ft-nav {
    margin-left: 200px;
}
.ft-nav ul {
    padding-top: 34px;
    float: left;
    margin-left: 70px;
}
.ft-nav ul a {
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.ft-nav ul a:hover {
    text-shadow: 0 0 10px #fff;
}
.ft-nav ul h4 {
    font-size: 18px;
    line-height: 30px;
}
.ft-nav ul li {
    line-height: 36px;
    font-size: 16px;
}
.ft-ewm {
    position: absolute;
    right: 0;
    top: 40px;
    width: 178px;
}
.ft-ewm h5 {
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.ft-info {
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.ft-info h4 {
    line-height: 30px;
}



/* 返回顶部 */
.backtop-wrapper {
    width: 60px;
    position: fixed;
    right: 0;
    bottom: 70px;
    z-index: 999;
}
.backtop-wrapper .bt-box {
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, .2);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 1px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    position: relative;
}
.backtop-wrapper .bt-box:hover {
    background-color: rgba(0, 0, 0, .5);
}

.backtop-wrapper .notice-wrapper {
    position: relative;
    height: 80px;
}
.backtop-wrapper .notice-wrapper .notice {
    height: 100%;
    background-image: url(../images/icon-gg.png);
    background-position: 50% 13px;
}
.backtop-wrapper .notice-wrapper .notice em {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-top: 52px;
    color: #fff;
}
.backtop-wrapper .notice-wrapper .notice-list {
    width: 230px;
    position: absolute;
    right: -230px;
    bottom: 0;
    background: #fff;
    box-shadow: 0 5px 9px rgba(4,0,0,.17);
    border-radius: 3px;
}
.backtop-wrapper .notice-wrapper > .notice-list h4 {
    padding: 20px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    font-size: 18px;
}
.backtop-wrapper .notice-wrapper > .notice-list h4 i {
    float: right;
    cursor: pointer;
    font-weight: 700;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.backtop-wrapper .notice-wrapper > .notice-list h4 i:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.backtop-wrapper .notice-wrapper .notice-list ul {
    padding: 5px 20px;
}
.backtop-wrapper .notice-wrapper .notice-list ul li {
    line-height: 24px;
    padding: 5px 0;
    border-bottom: 1px dashed #ddd;
}
.backtop-wrapper .notice-wrapper .notice-list ul li a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.backtop-wrapper .notice-wrapper .notice-list ul li a:hover {
    color: #32b16c;
}
.backtop-wrapper .notice-wrapper .notice-list ul li:last-child {
    border: none;
}

.backtop-wrapper .tel {
    background-image: url(../images/icon-wx.png);
    background-position: 50%;
}
.backtop-wrapper .tel p {
    width: 175px;
    height: 175px;
    position: absolute;
    right: 80px;
    top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}

.backtop-wrapper .arrow {
    background-image: url(../images/icon-top.png);
    background-position: 50%;
    display: none;
}